<div id= "firstLaunch" ng-controller="FirstLaunchCtrl">
    <div id="title" ng-style="{width: windowSize.x, height: windowSize.y}">{{localize('FirstLaunch', 'Welcome')}}</div>
    <div id="video_section" ng-style="{left:GetVideoSize().left, top:GetVideoSize().top, width: GetVideoSize().width, height: GetVideoSize().height}">
        <iframe id="iframe" frameborder="0" src=""></iframe>
    </div>
    <div id="continue_section" ng-style="{top:(GetVideoSize().top+GetVideoSize().height) }">
        <a ng-click="skipClick()" href="#/workspace.html">{{localize('FirstLaunch', 'Skip')}}&nbsp;&nbsp;&nbsp;&#9654;</a>
    </div>
</div>